golang.org/x/net/http2.serverConn.bodyReadCh (field)
4 uses
golang.org/x/net/http2 (current package)
server.go#L456: bodyReadCh: make(chan bodyReadMsg), // buffering doesn't matter either way
server.go#L605: bodyReadCh chan bodyReadMsg // from handlers -> serve
server.go#L1006: case m := <-sc.bodyReadCh:
server.go#L2483: case sc.bodyReadCh <- bodyReadMsg{st, n}:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)